home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
t
/
DepackIt!.bak.1
< prev
next >
Wrap
Text File
|
2000-05-27
|
705b
|
19 lines
if not exists env:quickstarted
Echo "Die CD ist nicht eingerichtet!*nBitte zuerst Quickstart ausführen!"
wait 2
quit
endif
requestfile drawer "`list depackit! lformat=%F`" title "Bitte Archiv auswählen:" pattern=#?.dms >env:filed
setenv b `requeststring title "AmigaPlus (C)" body "Bitte Device eingeben, auf das entpackt werden soll (z.B. df0:)" string "DF0:" noquote`
striptease env:filed env:c 1 1 start end >nil:
set a `requestchoice "Amiga Plus (C)" "Entpacke jetzt $c nach $b" O.K. Abruch`
if $a eq 1
dms write $filed TO $b
if not fail
requestchoice "Amiga Plus (C)" "Entpacken erfolgreich!" "Juhu" >NIL:
else
requestchoice "Amiga Plus (C)" "Entpacken fehlgeschlagen!" "Och...." >NIL:
endif
endif